home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
interface
/
browser.swf
/
scripts
/
DefineButton2_211
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-06-13
|
186b
|
11 lines
on(release){
if(_root.comando == "LINK")
{
getURL(_root.caminho,"");
}
else
{
getURL("FSCommand:" add _root.comando,"%org%" + _root.caminho);
}
}